.wrap {
    background-color: #F5F5F5;
    overflow: hidden;
}

.search {
    overflow: hidden
}

.other-index-tabs {
    background-color: #fff;
    overflow: hidden
}

.other-index-tabs>div {
    padding-top: 6px;
    width: 1040px;
    margin: 0 auto;
    flex-wrap: wrap
}

.other-index-tabs>div a {
    display: inline-block;
    width: 108px;
    color: #333;
    font-size: 14px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #F6F6F6;
    border-radius: 4px;
    border: 1px solid #E4E4E4;
    margin: 8px 8px;
    cursor: pointer
}

.other-index-tabs>div a:hover {
    background: #FFF6F6;
    border: 1px solid #DC2121
}

.other-index-tabs>div a.other-index-tabs-more {
    text-align: left;
    background-color: #DC2121;
    color: #fff;
    background-image: url("/public2022/images/more.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 64px center;
    padding-left: 30px;
    box-sizing: border-box
}

.gradient {
    height: 32px;
    background: linear-gradient(180deg, #fff 0%, #f5f5f5 100%)
}

.other-index-lists {
    background-color: #fff;
    width: 1170px;
    margin: 0 auto 10px;
    font-size: 14px;
    padding-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(3,27,78,.12);
    border-radius: 8px;
}

.other-index-lists .other-index-lists-title {
    justify-content: space-between;
    height: 56px;
    line-height: 56px;
    padding: 0 23px
}

.other-index-lists .other-index-lists-title p {
    font-size: 21px;
    color: #C10D0D
}

.other-index-lists .other-index-lists-title a {
    display: inline-block;
    width: 45px;
    font-weight: 600;
    text-align: center;
    color: #2F5398;
    font-size: 14px;
    height: 24px;
    line-height: 20px;
    border-bottom: 2px solid #FF0000
}

.other-index-lists .other-index-lists-content {
    background-color: #f3f3f3;
    overflow: hidden;
    color: #333;
    width: 1136px;
    margin: 0 auto;
    justify-content: flex-start;
    border: 1px solid #E3E3E3
}

.other-index-lists .other-index-lists-content ul li a {
    width: 100%;
    overflow: hidden;
    color: #333
}

.other-index-lists .other-index-lists-content ul li a p {
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-right: 1px solid #E3E3E3
}

.other-index-lists .other-index-lists-content ul li a p:nth-of-type(1) {
    width: 580px
}

.other-index-lists .other-index-lists-content ul li a p:nth-of-type(2) {
    width: 118px
}

.other-index-lists .other-index-lists-content ul li a p:nth-of-type(3) {
    width: 56px
}

.other-index-lists .other-index-lists-content ul li a p:nth-of-type(4) {
    width: 100px
}

.other-index-lists .other-index-lists-content ul li a p:nth-of-type(5) {
    width: 80px
}

.other-index-lists .other-index-lists-content ul li a p:nth-of-type(6) {
    width: 80px
}

.other-index-lists .other-index-lists-content ul li a p:last-of-type {
    width: 100px;
    border-right: 0
}

.other-index-lists .other-index-lists-content .other-index-lists-content-title li {
    border-bottom: 1px solid #e3e3e3
}

.other-index-lists .other-index-lists-content .other-index-lists-content-title li a p:first-of-type {
    justify-content: flex-start;
    padding-left: 10px;
    box-sizing: border-box
}

.other-index-lists .other-index-lists-content .other-index-lists-box {
    height: 459px;
    line-height: 25px;
    overflow: hidden
}

.other-index-lists .other-index-lists-content .other-index-lists-box .other-index-lists-content-item {
    background-color: #fff
}

.other-index-lists .other-index-lists-content .other-index-lists-box .other-index-lists-content-item li {
    height: 46px;
    border-bottom: 1px solid #e3e3e3
}

.other-index-lists .other-index-lists-content .other-index-lists-box .other-index-lists-content-item li a p:first-of-type {
    justify-content: flex-start;
    padding-left: 7px;
    box-sizing: border-box
}

.other-index-lists .other-index-lists-content .other-index-lists-box .other-index-lists-content-item li a p:first-of-type img {
    width: 52px;
    height: 21px
}

.other-index-lists .other-index-lists-content .other-index-lists-box .other-index-lists-content-item li a p:first-of-type span {
    display: inline-block;
    width: 500px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 10px;
    text-align: left
}

.other-index-lists .other-index-lists-content .other-index-lists-box .other-index-lists-content-item li a:hover {
    color: #355e92
}

.other-index-lists .other-index-lists-content .other-index-lists-box .other-index-lists-content-item li:last-of-type {
    border-bottom: 0
}

.tabs-mask {
    display: none;
    width: 920px;
    height: 348px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -460px;
    margin-top: -174px;
    background: #FFFFFF;
    border: 3px solid;
    border-image: linear-gradient(180deg, #eee, #f2f2f2) 3 3
}

.tabs-mask>div {
    position: relative
}

.tabs-mask>div .tabs-mask-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-image: url("/public2022/images/close.png");
    cursor: pointer;
    z-index: 2
}

.tabs-mask>div .swiper-container {
    height: 346px
}

.tabs-mask>div .swiper-slide>div {
    flex-wrap: wrap;
    padding-top: 40px;
    box-sizing: border-box
}

.tabs-mask>div .swiper-slide>div a {
    display: inline-block;
    width: 108px;
    font-size: 14px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #F6F6F6;
    border-radius: 4px;
    border: 1px solid #E4E4E4;
    margin: 12px 15px;
    cursor: pointer
}

.tabs-mask>div .swiper-slide>div a:hover{
    background: #FFF6F6;
    border: 1px solid #DC2121;
}

.tabs-mask>div .swiper-pagination-bullets {
    bottom: 20px
}

.tabs-mask>div .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    background-color: #E2E2E2;
    border-radius: 0
}

.tabs-mask>div .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #DC2121
}


/*2024 0508 首页新增前期项目部分列表样式*/
		 .other-index-2024lists {
    background-color: #fff;
    width: 1170px;
    margin: 0 auto 36px;
    font-size: 14px;
    padding-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(3,27,78,.12);
    border-radius: 8px;
}

.other-index-2024lists .other-index-2024lists-title {
    justify-content: space-between;
    height: 56px;
    line-height: 56px;
    padding: 0 23px
}

.other-index-2024lists .other-index-2024lists-title p {
    font-size: 21px;
    color: #C10D0D
}

.other-index-2024lists .other-index-2024lists-title a {
    display: inline-block;
    width: 45px;
    font-weight: 600;
    text-align: center;
    color: #2F5398;
    font-size: 14px;
    height: 24px;
    line-height: 20px;
    border-bottom: 2px solid #FF0000
}

.other-index-2024lists .other-index-2024lists-content {
    background-color: #f3f3f3;
    overflow: hidden;
    color: #333;
    width: 1136px;
    margin: 0 auto;
    justify-content: flex-start;
    border: 1px solid #E3E3E3
}

.other-index-2024lists .other-index-2024lists-content ul li a {
    width: 100%;
    overflow: hidden;
    color: #333
}

.other-index-2024lists .other-index-2024lists-content ul li a p {
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-right: 1px solid #E3E3E3
}




.other-index-2024lists .other-index-2024lists-content ul li a p:nth-of-type(1) {
    width: 340px
}

.other-index-2024lists .other-index-2024lists-content ul li a p:nth-of-type(2) {
    width: 118px
}
.other-index-2024lists .other-index-2024lists-content ul li a p:nth-of-type(3) {
    width: 240px
}
.other-index-2024lists .other-index-2024lists-content ul li a p:nth-of-type(4) {
    width: 56px
}

.other-index-2024lists .other-index-2024lists-content ul li a p:nth-of-type(5) {
    width: 80px
}

.other-index-2024lists .other-index-2024lists-content ul li a p:nth-of-type(6) {
    width: 100px
}

.other-index-2024lists .other-index-2024lists-content ul li a p:nth-of-type(7) {
    width: 80px
}

.other-index-2024lists .other-index-2024lists-content ul li a p:last-of-type {
    width: 100px;
    border-right: 0
}

.other-index-2024lists .other-index-2024lists-content .other-index-2024lists-content-title li {
    border-bottom: 1px solid #e3e3e3
}

.other-index-2024lists .other-index-2024lists-content .other-index-2024lists-content-title li a p:first-of-type {
    justify-content: flex-start;
    padding-left: 10px;
    box-sizing: border-box
}

.other-index-2024lists .other-index-2024lists-content .other-index-2024lists-box {
    height: 369px;
    line-height: 25px;
    overflow: hidden
}

.other-index-2024lists .other-index-2024lists-content .other-index-2024lists-box .other-index-2024lists-content-item {
    background-color: #fff
}

.other-index-2024lists .other-index-2024lists-content .other-index-2024lists-box .other-index-2024lists-content-item li {
    height: 46px;
    border-bottom: 1px solid #e3e3e3
}

.other-index-2024lists .other-index-2024lists-content .other-index-2024lists-box .other-index-2024lists-content-item li a p:first-of-type {
    justify-content: flex-start;
    padding-left: 7px;
    box-sizing: border-box
}

.other-index-2024lists .other-index-2024lists-content .other-index-2024lists-box .other-index-2024lists-content-item li a p:first-of-type img {
    width: 52px;
    height: 21px
}

.other-index-2024lists .other-index-2024lists-content .other-index-2024lists-box .other-index-2024lists-content-item li a p:first-of-type span {
    display: inline-block;
    width: 500px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 10px;
    text-align: left
}

.other-index-2024lists .other-index-2024lists-content .other-index-2024lists-box .other-index-2024lists-content-item li a:hover {
    color: #355e92
}

.other-index-2024lists .other-index-2024lists-content .other-index-2024lists-box .other-index-2024lists-content-item li:last-of-type {
    border-bottom: 0
}

/*20240508 新增样式结束*/